Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug in get_clean_sql and add pre-requisite and additional notes on server naming #74

Merged
merged 3 commits into from
Jul 24, 2024

Conversation

cjrace
Copy link
Contributor

@cjrace cjrace commented Jul 23, 2024

Brief overview of changes

Fixing a bug in the get_clean_sql() function that mean the additional settings wouldn't return the SQL statement. Plus a quick update to the notes in the connecting to SQL vignette

Why are these changes being made?

I was following it on a new laptop and noticed the bug as well as a couple of assumed things I thought it was worth writing down.

Detailed description of changes

  • Update get_clean_sql() to make sure that the function always returns the SQL statement even when additional settings are used
  • Section for pre-requisite of having a SQL driver installed
  • Added note about backslashes in server names

Additional information for reviewers

  • roxygen2 updated by a single patch version
  • updated version number and added a note to news, no new features so just a patch version

Issue ticket number/s and link

None

@cjrace
Copy link
Contributor Author

cjrace commented Jul 23, 2024

@cjrace cjrace changed the title Add pre-requisite and additional notes on server naming Fix bug in get_clean_sql and add pre-requisite and additional notes on server naming Jul 23, 2024
@cjrace cjrace force-pushed the update-sql-connection-vignette branch from 4bd150d to 798f9c2 Compare July 23, 2024 12:56
Copy link

@chfoster chfoster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug looks fixed in the branch, just one comment that can probably be taken into a diff issue/branch elsewhere :)

vignettes/connecting_to_sql.Rmd Show resolved Hide resolved
@cjrace cjrace merged commit f082378 into main Jul 24, 2024
10 checks passed
@cjrace cjrace deleted the update-sql-connection-vignette branch July 24, 2024 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants